home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / nan_news / toolkit / pat2.doc < prev    next >
Text File  |  1991-09-23  |  1KB  |  38 lines

  1. ------------------------------------------------
  2. Nanforum Toolkit v2.0 Patch #2    9/23/91
  3. ------------------------------------------------
  4.  
  5. There's a bug in FLOPTST.ASM that causes the function to erroneously
  6. report the status of the last drive available, instead of the drive
  7. requested by the calling process. In order to fix it, just replace
  8. FLOPTST.ASM in your NFSRC.ZIP with the attached FLOPTST.ASM (if you
  9. downloaded the source code).
  10.  
  11. Then, you need a library utlitity (LIB.EXE comes with many versions
  12. of DOS, and with most compilers).  If you know what to do, simply
  13. replace the FLOPTST.OBJ module with the new one that is included in
  14. this patch file.  
  15.  
  16. If you don't have a LIB utility, you can find one by going to the MSL 
  17. forum on CompuServe and downloading S12776.ARC.
  18.  
  19. The procedure, for those not sure:
  20.  
  21. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  22.  
  23. 2.  Change to the directory where NANFOR.LIB is located.
  24.  
  25. 3.  Put FLOPTST.OBJ in the same directory as NANFOR.LIB.
  26.  
  27. 4.  Type
  28.         
  29.          LIB NANFOR -+ FLOPTST;
  30.  
  31. That should do it.  
  32.  
  33. Remember to report all strange stuff in Section 5 on Nanforum! If you
  34. have any problems, please contact me so I can help you get them
  35. fixed.
  36.  
  37. Glenn Scott [71620,1521]
  38.